Other Classes

The following classes are available globally.

  • Represents a subscription of a subscriber to the store. The subscription determines which new values from the store are forwarded to the subscriber, and how they are transformed. The subscription acts as a very-light weight signal/observable that you might know from reactive programming libraries.

    Declaration

    Swift

    public class Subscription<State>